home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFREMOVECHANNELDLG / TFREMOVECHANNELDLG.txt
Text File  |  2004-05-31  |  2KB  |  88 lines

  1. object fRemoveChannelDlg: TfRemoveChannelDlg
  2.   Left = 391
  3.   Top = 297
  4.   BorderStyle = bsDialog
  5.   Caption = 'fRemoveChannelDlg'
  6.   ClientHeight = 243
  7.   ClientWidth = 418
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object htmlRemove: THTMLabel
  20.     Left = 28
  21.     Top = 20
  22.     Width = 373
  23.     Height = 61
  24.     AnchorHint = False
  25.     AutoSizing = False
  26.     AutoSizeType = asVertical
  27.     Ellipsis = False
  28.     HintShowFull = False
  29.     Hover = False
  30.     HoverColor = clNone
  31.     HoverFontColor = clNone
  32.     HTMLHint = False
  33.     HTMLText.Strings = (
  34.       '(set at runtime)')
  35.     ShadowColor = clGray
  36.     ShadowOffset = 2
  37.     Transparent = True
  38.     URLColor = clBlue
  39.     VAlignment = tvaTop
  40.   end
  41.   object bvlBottom: TBevel
  42.     Left = 0
  43.     Top = 193
  44.     Width = 418
  45.     Height = 50
  46.     Align = alBottom
  47.     Shape = bsTopLine
  48.   end
  49.   object btnOK: TButton
  50.     Left = 240
  51.     Top = 208
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'btnOK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object btnCancel: TButton
  60.     Left = 328
  61.     Top = 208
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'btnCancel'
  66.     ModalResult = 2
  67.     TabOrder = 3
  68.   end
  69.   object optRemove_FromGroup: TRadioButton
  70.     Left = 28
  71.     Top = 99
  72.     Width = 377
  73.     Height = 17
  74.     Caption = '(set at runtime)'
  75.     Checked = True
  76.     TabOrder = 0
  77.     TabStop = True
  78.   end
  79.   object optRemove_Permanent: TRadioButton
  80.     Left = 28
  81.     Top = 131
  82.     Width = 321
  83.     Height = 17
  84.     Caption = '(set at runtime)'
  85.     TabOrder = 1
  86.   end
  87. end
  88.